Add(String[],Style) Method
In This Topic
Adds a
Table to this collection at the
InsertLocation.End location.
Syntax
'Declaration
Public Overloads Function Add( _
ByVal () As System.String, _
Optional ByVal As Style _
) As Table
public Table Add(
System.string[] ,
Style
)
Parameters
- texts
- A two dimensional array of texts to put in the cells.
The first dimension determines the number of rows,
the second the number of cells.
- style
- The table style.
Return Value
See Also